home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
EDITOR
/
BLANK12.ARJ
/
BLANK12.DOC
< prev
next >
Wrap
Text File
|
1992-03-24
|
3KB
|
85 lines
Program: Blankit
Version: 1.2
Date: 03/24/92
Author: George Spafford
Purpose:
To analyze ASCII data files and if desired, to remove blank lines.
Procedure:
If you just want to identify the number of records, if there are any blank
records, the minimum record length and the maximum record length, the run
BlankIt and just specify an input file only. If you specify an output file,
the it will assume that you want to produce a corrected file.
If you are doing a conversion, then you may invoke BlankIt from the command
line followed by the input file, a space, and the output file as follows:
BLANK INPUT.FIL OUTPUT.FIL
The program must be able to identify one space between the input name and
the output name. For this reason, you can NOT specify the input name alone
to have the program do its analysis routine.
Specifications:
BlankIt requires that the ASCII records have the CR/LF delimitters at the
end of each record (Dec 10 and Dec 13).
When it identifies blank lines, it means that one of the following occurred:
1. It read in a line and only found the CR/LF end.
2. It read in a fixed length line that was all spaces.
3. It read in a variable length line that was all spaces.
If it is doing a conversion, it will remove the above mentioned items.
History:
v1.2 03/24/92
Recompiled using a different video routine to get rid of the
horrible video updating.
v1.1 03/18/92
Added the ability to identify & removed blank lines that are
padded with spaces.
v1.0 Initial release that happened during the dark ages.
REGISTER ME:
I hope this program helps you evaluate some of your problems
or even makes some solutions/benefits clear. This program is
released as shareware. Its price is $5 for each concurrently
used copy. If you have any suggestions or comments, I'd REALLY
like to hear those too.
Sincerely,
George Spafford
3001 LakeShore Drive, #329
St. Joseph, MI 49085
Data: (616) 468-5026 Queued Access BBS 14.4Kb USR Dual HST
FIDOnet: 1:2340/0 NEC/NC Site.
Sysop: Tim Akright
And now for the unpleasantries:
BLANKIT IS DISTRIBUTED AS IS. THE AUTHOR (GEORGE SPAFFORD) MAKES NO
WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED
TO WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE,
WITH RESPECT TO THIS SOFTWARE AND DOCUMENTATION. IN NO EVENT SHALL
THE AUTHOR BE LIABLE FOR ANY DAMAGES, INCLUDING LOST PROFITS, LOST
SAVINGS, OR ANY OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OF OR THE INABILITY TO USE THIS PROGRAM.
----------------------------------------------------------------